home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap09 / howto09 / delphi10 / cciccprf.dfm / cciccprf.txt
Encoding:
Text File  |  1996-01-27  |  12.8 KB  |  606 lines

  1. object CCICPrefsDlg: TCCICPrefsDlg
  2.   Left = 503
  3.   Top = 127
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CC Internet Command Center Preferences'
  7.   ClientHeight = 312
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object TabbedNotebook1: TTabbedNotebook
  19.     Left = 0
  20.     Top = 0
  21.     Width = 427
  22.     Height = 312
  23.     Align = alClient
  24.     PageIndex = 1
  25.     TabFont.Color = clBtnText
  26.     TabFont.Height = -12
  27.     TabFont.Name = 'MS Sans Serif'
  28.     TabFont.Style = []
  29.     TabOrder = 0
  30.     object TTabPage
  31.       Left = 5
  32.       Top = 64
  33.       Caption = 'E Mail'
  34.       object RadioGroup1: TRadioGroup
  35.         Left = 16
  36.         Top = 8
  37.         Width = 201
  38.         Height = 73
  39.         Caption = 'Mail on Server'
  40.         ItemIndex = 1
  41.         Items.Strings = (
  42.           'Leave Mail On Server'
  43.           'Remove Mail On Server')
  44.         TabOrder = 0
  45.       end
  46.       object RadioGroup2: TRadioGroup
  47.         Left = 224
  48.         Top = 8
  49.         Width = 177
  50.         Height = 73
  51.         Caption = 'Large Files'
  52.         ItemIndex = 0
  53.         Items.Strings = (
  54.           'Download All Mail'
  55.           'Leave Large Files')
  56.         TabOrder = 1
  57.       end
  58.       object RadioGroup3: TRadioGroup
  59.         Left = 16
  60.         Top = 88
  61.         Width = 217
  62.         Height = 97
  63.         Caption = 'UUDecode/MIME'
  64.         ItemIndex = 0
  65.         Items.Strings = (
  66.           'Automatically Decode/Save'
  67.           'Download as Text')
  68.         TabOrder = 2
  69.       end
  70.       object RadioGroup4: TRadioGroup
  71.         Left = 240
  72.         Top = 88
  73.         Width = 161
  74.         Height = 97
  75.         Caption = 'Queueing'
  76.         ItemIndex = 1
  77.         Items.Strings = (
  78.           'Queue All Replies'
  79.           'Send When Done')
  80.         TabOrder = 3
  81.       end
  82.     end
  83.     object TTabPage
  84.       Left = 5
  85.       Top = 64
  86.       Caption = 'FTP'
  87.       object Label1: TLabel
  88.         Left = 168
  89.         Top = 24
  90.         Width = 177
  91.         Height = 49
  92.         Alignment = taCenter
  93.         AutoSize = False
  94.         Caption = 'Default Retries on "Too Many Users" Anonymous Login Failures'
  95.         WordWrap = True
  96.       end
  97.       object RadioGroup5: TRadioGroup
  98.         Left = 8
  99.         Top = 8
  100.         Width = 153
  101.         Height = 73
  102.         Caption = 'Default Transfer'
  103.         ItemIndex = 1
  104.         Items.Strings = (
  105.           'ASCII'
  106.           'Binary')
  107.         TabOrder = 0
  108.       end
  109.       object RadioGroup6: TRadioGroup
  110.         Left = 8
  111.         Top = 88
  112.         Width = 153
  113.         Height = 81
  114.         Caption = 'Double Clicking'
  115.         ItemIndex = 0
  116.         Items.Strings = (
  117.           'Navigate/View'
  118.           'Transfer')
  119.         TabOrder = 1
  120.       end
  121.       object Edit1: TEdit
  122.         Left = 360
  123.         Top = 32
  124.         Width = 33
  125.         Height = 24
  126.         TabOrder = 2
  127.         Text = '20'
  128.       end
  129.       object CheckBox1: TCheckBox
  130.         Left = 176
  131.         Top = 128
  132.         Width = 225
  133.         Height = 17
  134.         Caption = 'Display Password on Accounts'
  135.         TabOrder = 3
  136.       end
  137.     end
  138.     object TTabPage
  139.       Left = 5
  140.       Top = 64
  141.       Caption = 'News'
  142.       object RadioGroup7: TRadioGroup
  143.         Left = 8
  144.         Top = 8
  145.         Width = 161
  146.         Height = 113
  147.         Caption = 'Read Article Handling'
  148.         ItemIndex = 1
  149.         Items.Strings = (
  150.           'Keep Forever'
  151.           'Purge Manually'
  152.           'Purge On Startup'
  153.           'Purge On Exit'
  154.           'Purge Instantly')
  155.         TabOrder = 0
  156.       end
  157.       object RadioGroup8: TRadioGroup
  158.         Left = 176
  159.         Top = 8
  160.         Width = 217
  161.         Height = 81
  162.         Caption = 'Read Article Display'
  163.         ItemIndex = 1
  164.         Items.Strings = (
  165.           'Display Grayed'
  166.           'Display on Command'
  167.           'Don'#39't Display')
  168.         TabOrder = 1
  169.       end
  170.       object RadioGroup9: TRadioGroup
  171.         Left = 176
  172.         Top = 88
  173.         Width = 217
  174.         Height = 49
  175.         Caption = 'UUDecode/MIME'
  176.         Columns = 2
  177.         ItemIndex = 0
  178.         Items.Strings = (
  179.           'Automatic'
  180.           'Manual')
  181.         TabOrder = 2
  182.       end
  183.       object RadioGroup10: TRadioGroup
  184.         Left = 8
  185.         Top = 120
  186.         Width = 161
  187.         Height = 65
  188.         Caption = 'Queueing'
  189.         ItemIndex = 1
  190.         Items.Strings = (
  191.           'Queue Posts'
  192.           'Send Posts')
  193.         TabOrder = 3
  194.       end
  195.       object CheckBox2: TCheckBox
  196.         Left = 176
  197.         Top = 156
  198.         Width = 217
  199.         Height = 17
  200.         Caption = 'Update Newsgroups At Start'
  201.         State = cbChecked
  202.         TabOrder = 4
  203.       end
  204.     end
  205.     object TTabPage
  206.       Left = 5
  207.       Top = 64
  208.       Caption = 'WWW'
  209.       object Label7: TLabel
  210.         Left = 296
  211.         Top = 112
  212.         Width = 105
  213.         Height = 33
  214.         Alignment = taCenter
  215.         AutoSize = False
  216.         Caption = 'Max Size Shown (K)'
  217.       end
  218.       object RadioGroup11: TRadioGroup
  219.         Left = 8
  220.         Top = 8
  221.         Width = 281
  222.         Height = 97
  223.         Caption = 'URL Handling'
  224.         ItemIndex = 1
  225.         Items.Strings = (
  226.           'Automatically Add To Current Hotlist'
  227.           'Automatically Add To "Visited" Hotlist'
  228.           'Don'#39't Automatically Add to Any Hotlist')
  229.         TabOrder = 0
  230.       end
  231.       object RadioGroup12: TRadioGroup
  232.         Left = 8
  233.         Top = 112
  234.         Width = 281
  235.         Height = 73
  236.         Caption = 'Binary Streams'
  237.         ItemIndex = 0
  238.         Items.Strings = (
  239.           'Prompt for Handling'
  240.           'Attempt to Handle Automatically')
  241.         TabOrder = 1
  242.       end
  243.       object RadioGroup16: TRadioGroup
  244.         Left = 292
  245.         Top = 8
  246.         Width = 113
  247.         Height = 97
  248.         Caption = 'Inline Images'
  249.         ItemIndex = 1
  250.         Items.Strings = (
  251.           'Show All'
  252.           'Show Small'
  253.           'Show None')
  254.         TabOrder = 2
  255.       end
  256.       object Edit5: TEdit
  257.         Left = 320
  258.         Top = 152
  259.         Width = 57
  260.         Height = 24
  261.         TabOrder = 3
  262.         Text = '50'
  263.       end
  264.     end
  265.     object TTabPage
  266.       Left = 5
  267.       Top = 64
  268.       Caption = 'Viewer'
  269.       object Label2: TLabel
  270.         Left = 8
  271.         Top = 8
  272.         Width = 249
  273.         Height = 33
  274.         Alignment = taCenter
  275.         AutoSize = False
  276.         Caption = 'System -- Bold -- 10 Point'
  277.       end
  278.       object Bevel1: TBevel
  279.         Left = 8
  280.         Top = 8
  281.         Width = 249
  282.         Height = 33
  283.         Shape = bsFrame
  284.       end
  285.       object Label3: TLabel
  286.         Left = 8
  287.         Top = 56
  288.         Width = 249
  289.         Height = 17
  290.         Alignment = taCenter
  291.         AutoSize = False
  292.         Caption = 'Background Color'
  293.       end
  294.       object Bevel2: TBevel
  295.         Left = 8
  296.         Top = 48
  297.         Width = 249
  298.         Height = 33
  299.         Shape = bsFrame
  300.       end
  301.       object Button1: TButton
  302.         Left = 264
  303.         Top = 8
  304.         Width = 137
  305.         Height = 33
  306.         Caption = 'Edit...'
  307.         TabOrder = 0
  308.       end
  309.       object Button2: TButton
  310.         Left = 264
  311.         Top = 48
  312.         Width = 137
  313.         Height = 33
  314.         Caption = 'Edit...'
  315.         TabOrder = 1
  316.       end
  317.       object RadioGroup13: TRadioGroup
  318.         Left = 8
  319.         Top = 88
  320.         Width = 249
  321.         Height = 89
  322.         Caption = 'Attribute To Edit'
  323.         Columns = 2
  324.         ItemIndex = 0
  325.         Items.Strings = (
  326.           'Normal Text'
  327.           'Links'
  328.           'Subject Line'
  329.           'Sender Line'
  330.           'Recipient Line'
  331.           'Copies Line'
  332.           'Misc Lines')
  333.         TabOrder = 2
  334.       end
  335.       object RadioGroup14: TRadioGroup
  336.         Left = 264
  337.         Top = 88
  338.         Width = 137
  339.         Height = 89
  340.         Caption = 'Default Mode'
  341.         ItemIndex = 0
  342.         Items.Strings = (
  343.           'Display'
  344.           'Edit')
  345.         TabOrder = 3
  346.       end
  347.     end
  348.     object TTabPage
  349.       Left = 5
  350.       Top = 64
  351.       Caption = 'Files'
  352.       object Label4: TLabel
  353.         Left = 8
  354.         Top = 16
  355.         Width = 265
  356.         Height = 16
  357.         Alignment = taCenter
  358.         AutoSize = False
  359.         Caption = 'Graphics Viewer (JPG,TIF,etc)'
  360.       end
  361.       object Label5: TLabel
  362.         Left = 0
  363.         Top = 72
  364.         Width = 265
  365.         Height = 16
  366.         Alignment = taCenter
  367.         AutoSize = False
  368.         Caption = 'Document Editor'
  369.       end
  370.       object Label6: TLabel
  371.         Left = 8
  372.         Top = 128
  373.         Width = 265
  374.         Height = 16
  375.         Alignment = taCenter
  376.         AutoSize = False
  377.         Caption = 'DeCompression Utility'
  378.       end
  379.       object Edit2: TEdit
  380.         Left = 8
  381.         Top = 40
  382.         Width = 137
  383.         Height = 24
  384.         TabOrder = 0
  385.       end
  386.       object Button3: TButton
  387.         Left = 152
  388.         Top = 40
  389.         Width = 113
  390.         Height = 25
  391.         Caption = 'Browse...'
  392.         TabOrder = 1
  393.       end
  394.       object Edit4: TEdit
  395.         Left = 8
  396.         Top = 152
  397.         Width = 137
  398.         Height = 24
  399.         TabOrder = 2
  400.       end
  401.       object Button5: TButton
  402.         Left = 152
  403.         Top = 152
  404.         Width = 113
  405.         Height = 25
  406.         Caption = 'Browse...'
  407.         TabOrder = 3
  408.       end
  409.       object RadioGroup15: TRadioGroup
  410.         Left = 272
  411.         Top = 8
  412.         Width = 129
  413.         Height = 209
  414.         Caption = 'Default File Fmt'
  415.         ItemIndex = 0
  416.         Items.Strings = (
  417.           'Binary (B**)'
  418.           'Text'
  419.           'HTML')
  420.         TabOrder = 4
  421.       end
  422.       object Edit3: TEdit
  423.         Left = 8
  424.         Top = 96
  425.         Width = 137
  426.         Height = 24
  427.         TabOrder = 5
  428.       end
  429.       object Button4: TButton
  430.         Left = 152
  431.         Top = 96
  432.         Width = 113
  433.         Height = 25
  434.         Caption = 'Browse...'
  435.         TabOrder = 6
  436.       end
  437.     end
  438.     object TTabPage
  439.       Left = 5
  440.       Top = 64
  441.       Caption = 'Paths'
  442.       object Label8: TLabel
  443.         Left = 16
  444.         Top = 16
  445.         Width = 129
  446.         Height = 16
  447.         Alignment = taCenter
  448.         AutoSize = False
  449.         Caption = 'Path for Mail Files'
  450.       end
  451.       object Label9: TLabel
  452.         Left = 8
  453.         Top = 56
  454.         Width = 129
  455.         Height = 16
  456.         Alignment = taCenter
  457.         AutoSize = False
  458.         Caption = 'Path for News Files'
  459.       end
  460.       object Label10: TLabel
  461.         Left = 0
  462.         Top = 96
  463.         Width = 153
  464.         Height = 16
  465.         Alignment = taCenter
  466.         AutoSize = False
  467.         Caption = 'Path for WWW Files'
  468.       end
  469.       object Label11: TLabel
  470.         Left = 16
  471.         Top = 136
  472.         Width = 129
  473.         Height = 16
  474.         Alignment = taCenter
  475.         AutoSize = False
  476.         Caption = 'Path for FTP Files'
  477.       end
  478.       object Edit6: TEdit
  479.         Left = 144
  480.         Top = 8
  481.         Width = 145
  482.         Height = 24
  483.         TabOrder = 0
  484.       end
  485.       object Button6: TButton
  486.         Left = 296
  487.         Top = 6
  488.         Width = 97
  489.         Height = 25
  490.         Caption = 'Browse...'
  491.         TabOrder = 1
  492.       end
  493.       object Edit7: TEdit
  494.         Left = 144
  495.         Top = 48
  496.         Width = 145
  497.         Height = 24
  498.         TabOrder = 2
  499.       end
  500.       object Button7: TButton
  501.         Left = 296
  502.         Top = 46
  503.         Width = 97
  504.         Height = 25
  505.         Caption = 'Browse...'
  506.         TabOrder = 3
  507.       end
  508.       object Edit8: TEdit
  509.         Left = 152
  510.         Top = 88
  511.         Width = 137
  512.         Height = 24
  513.         TabOrder = 4
  514.       end
  515.       object Button8: TButton
  516.         Left = 296
  517.         Top = 86
  518.         Width = 97
  519.         Height = 25
  520.         Caption = 'Browse...'
  521.         TabOrder = 5
  522.       end
  523.       object Edit9: TEdit
  524.         Left = 144
  525.         Top = 128
  526.         Width = 145
  527.         Height = 24
  528.         TabOrder = 6
  529.       end
  530.       object Button9: TButton
  531.         Left = 296
  532.         Top = 126
  533.         Width = 97
  534.         Height = 25
  535.         Caption = 'Browse...'
  536.         TabOrder = 7
  537.       end
  538.     end
  539.   end
  540.   object OKBtn: TBitBtn
  541.     Left = 16
  542.     Top = 266
  543.     Width = 77
  544.     Height = 27
  545.     Font.Color = clBlack
  546.     Font.Height = -11
  547.     Font.Name = 'MS Sans Serif'
  548.     Font.Style = [fsBold]
  549.     ParentFont = False
  550.     TabOrder = 1
  551.     OnClick = OKBtnClick
  552.     Kind = bkOK
  553.     Margin = 2
  554.     Spacing = -1
  555.   end
  556.   object CancelBtn: TBitBtn
  557.     Left = 104
  558.     Top = 266
  559.     Width = 77
  560.     Height = 27
  561.     Font.Color = clBlack
  562.     Font.Height = -11
  563.     Font.Name = 'MS Sans Serif'
  564.     Font.Style = [fsBold]
  565.     ParentFont = False
  566.     TabOrder = 2
  567.     Kind = bkCancel
  568.     Margin = 2
  569.     Spacing = -1
  570.   end
  571.   object HelpBtn: TBitBtn
  572.     Left = 192
  573.     Top = 266
  574.     Width = 77
  575.     Height = 27
  576.     Font.Color = clBlack
  577.     Font.Height = -11
  578.     Font.Name = 'MS Sans Serif'
  579.     Font.Style = [fsBold]
  580.     ParentFont = False
  581.     TabOrder = 3
  582.     Kind = bkHelp
  583.     Margin = 2
  584.     Spacing = -1
  585.   end
  586.   object ColorDialog1: TColorDialog
  587.     Ctl3D = True
  588.     Left = 373
  589.     Top = 237
  590.   end
  591.   object FontDialog1: TFontDialog
  592.     Font.Color = clWindowText
  593.     Font.Height = -13
  594.     Font.Name = 'System'
  595.     Font.Style = []
  596.     MinFontSize = 0
  597.     MaxFontSize = 0
  598.     Left = 341
  599.     Top = 237
  600.   end
  601.   object OpenDialog1: TOpenDialog
  602.     Left = 310
  603.     Top = 237
  604.   end
  605. end
  606.